home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / doom / schooldm.zip / SCHOOLDM.BAT < prev    next >
DOS Batch File  |  1996-07-03  |  365b  |  21 lines

  1. @echo off
  2. if exist dehacked.exe goto thisdir
  3. if exist dehacked\dehacked.exe goto dehdir
  4.  
  5. echo Patch not installed
  6. doom -file schooldm.wad
  7. goto end
  8.  
  9. :thisdir
  10. dehacked -reload
  11. dehacked -load schooldm.deh
  12. doomhack -file schooldm.wad
  13. goto end
  14.  
  15. :dehdir
  16. dehacked\dehacked -reload
  17. dehacked\dehacked -load schooldm.deh
  18. doomhack -file schooldm.wad
  19.  
  20. :end
  21.